# Get the total number of items in the cart.

Get the total number of items in the cart.

Endpoint: GET /cart/{cart_id}/counter
Version: 2.0.0

## Path parameters:

  - `cart_id` (string, required)
    Cart ID

## Response 200 fields (application/json):

  - `data` (object, required)

  - `data.counter` (integer, required)
    The total number of items in the cart (which is not the same as the number of products/services entities in the cart) because a product's addon can be considered a separate item even if the addon is a part of the product entity.
    Example: 3

## Response 404 fields (application/json):

  - `message` (string)


